创建媒体资源

Google 分析管理平台open in new window

创建媒体资源管理平台

202111290952452

博客配置

# 安装Google分析插件
npm i -D @vuepress/plugin-google-analytics@next

在config.js配置

module.exports = {
  plugins: [
    [
      '@vuepress/plugin-google-analytics',
      {
        id: 'G-XXXXXXXXXX',
      },
    ],
  ],
}

效果

202111291247723


202111291247361